Past Move Stat Values
@Serializable
The stat values of a move in previous versions of the games. See: https://pokeapi.co/docs/v2#pastmovestatvalues
Parameters
accuracy
The percent value of how likely this move is to be successful.
effect Chance
The percent value of how likely it is this move's effect will happen.
power
The base power of this move with a value of 0 if it does not have a base power.
pp
Power points. The number of times this move can be used.
effect Entries
The previous effects of this move listed in different languages.
type
The elemental type of this move.
version Group
The version group in which these move stat values were in effect.
Constructors
Link copied to clipboard
constructor(accuracy: Int?, effectChance: Int?, power: Int?, pp: Int?, effectEntries: List<VerboseEffect>, type: Handle.Named<Type>?, versionGroup: Handle.Named<VersionGroup>)